home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / mc / syntax / Syntax < prev    next >
Text File  |  2009-10-25  |  5KB  |  190 lines

  1. # This file describes which highlighting scheme is applied to a particular
  2. # file in mcedit.
  3. #
  4. # Each entry consists of two lines: a "file" specification and the
  5. # corresponding highlighting definition ("include"). A file specification
  6. # can have two or three fields, each separated by white-space characters.
  7. #
  8. # The first field is a regular expression that is matched against the file
  9. # name. The second field is a description of the file type and is
  10. # currently unused. The third (optional) field is a regular expression
  11. # that is matched against the first line of the file. The first entry
  12. # that matches wins, that is, all the entries below are ignored.
  13. #
  14. # Certain characters must be quoted in these fields. These are space (\s),
  15. # tabs (\t), backslashes(\\), plus (\+) and asterisk (\*). Braces {} and
  16. # brackets [] must not be quoted in this file. However, they have a special
  17. # meaning when used in the actual syntax definitions.
  18. #
  19. # You can use the following colors in the syntax highlighting files:
  20. # black, blue, brightblue, brightcyan, brightgreen, brightmagenta,
  21. # brightred, brown, cyan, gray, green, lightgray, magenta, red, white,
  22. # yellow
  23. #
  24.  
  25. file [Ss]yntax$ Syntax\sHighlighting\sdefinitions ^#\ssyntax\srules\sversion\s
  26. include syntax.syntax
  27.  
  28. file ..\*\\.(e)$ Eiffel\sSource\sFile
  29. include eiffel.syntax
  30.  
  31. file ..\*\\.(diff|rej|patch)$ Diff\sOutput ^(diff|Index:)\s
  32. include diff.syntax
  33.  
  34. file ..\*\\.lsm$ LSM\sFile
  35. include lsm.syntax
  36.  
  37. file ..\*\\.sh$ Shell\sScript ^#!.\*([\s/]([abd-z]?|ba|pdk)sh|@SH@)
  38. include sh.syntax
  39.  
  40. file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
  41. include perl.syntax
  42.  
  43. file ..\*\\.(py|PY)$ Python\sProgram ^#!.\*([\s/]python|@PYTHON@)
  44. include python.syntax
  45.  
  46. file ..\*\\.(rb|RB)$ Ruby\sProgram ^#!.\*([\s/]ruby|@RUBY@)
  47. include ruby.syntax
  48.  
  49. file ..\*\\.(man|[0-9n]|[0-9](x|ncurses|ssl|p|pm|menu|form|vga|t|td))$ NROFF\sSource
  50. include nroff.syntax
  51.  
  52.  
  53. file ..\*\\.(htm|html|HTM|HTML)$ HTML\sFile
  54. include html.syntax
  55.  
  56. file ..\*\\.(xml|XML|xsd|XSD|xslt?|XSLT?|dtd|DTD|qpg|qpg.in)$ XML\sdocument (\\?xml\sversion|!DOCTYPE\s)
  57. include xml.syntax
  58.  
  59. file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
  60. include makefile.syntax
  61.  
  62. file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram
  63. include pascal.syntax
  64.  
  65. file ..\*\\.(ada|adb|ads|ADA|ADB|ADS)$ Ada\sProgram
  66. include ada95.syntax
  67.  
  68. file ..\*\\.(tcl|itcl|TCL|ITCL)$ Tcl\sProgram
  69. include tcl.syntax
  70.  
  71. file ..\*\\.(sl|SL)$ S-Lang\sProgram
  72. include slang.syntax
  73.  
  74. file ..\*\\.tex$ LaTeX\s2.09\sDocument
  75. include latex.syntax
  76.  
  77. file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
  78. include texinfo.syntax
  79.  
  80. file ..\*\\.c$ C\sProgram
  81. include c.syntax
  82.  
  83. file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|h\.in)$ C/C\+\+\sProgram
  84. include cxx.syntax
  85.  
  86. file ..\*\\.d$ D\sProgram
  87. include d.syntax
  88.  
  89. file ..\*\\.[fF]$ Fortran\sProgram
  90. include fortran.syntax
  91.  
  92. file ..\*\\.i$ SWIG\sSource
  93. include swig.syntax
  94.  
  95. file ..\*\\.(php|PHP)[0-9]?$ PHP\sProgram
  96. include php.syntax
  97.  
  98. file ..\*\\.(java|JAVA|Java|jav)$ Java\sProgram
  99. include java.syntax
  100.  
  101. file ..\*\\.(cs|CS)$ C\#\sProgram
  102. include cs.syntax
  103.  
  104. file ..\*\\.(js|JS)$ JavaScript\sProgram
  105. include js.syntax
  106.  
  107. file ..\*\\.(asax|aspx|ascx|asmx|ashx)$ ASPX\sFile
  108. include aspx.syntax
  109.  
  110. file ..\*\\.st$ SmallTalk\sProgram
  111. include smalltalk.syntax
  112.  
  113. file ..\*\\.(lisp|lsp|el)$ Lisp\sProgram
  114. include lisp.syntax
  115.  
  116. file ..\*\\.(ml|mli|mly|mll|mlp)$ ML\sProgram
  117. include ml.syntax
  118.  
  119. file ..\*\\.m$ Matlab\sor\sOctave\sFile
  120. include octave.syntax
  121.  
  122. file ..\*\\.(sql|SQL)$ SQL\sProgram
  123. include sql.syntax
  124.  
  125. file ..\*\\.(spec|spec\.in)$ RPM\sSpecfile
  126. include spec.syntax
  127.  
  128. file .\*ChangeLog[\\\.A-Za-z0-9_]\*$ GNU\sChangeLog\sFile
  129. include changelog.syntax
  130.  
  131. file (..\*\\.m4$|configure\\.in|configure\\.ac) M4\sMacroprocessor\sSource
  132. include m4.syntax
  133.  
  134. file ..\*\\.(bat|cmd)$ DOS\sBatch
  135. include dos.syntax
  136.  
  137. file ..\*\\.(po|pot|pox)$ PO\sFile
  138. include po.syntax
  139.  
  140. file ..\*\\.([Aa][Ss][Mm]|s|S)$ ASM\sProgram
  141. include assembler.syntax
  142.  
  143. file ..\*\\.([Pp][Oo][Vv])$ POV\sScript
  144. include povray.syntax
  145.  
  146. file ..\*\\.([lL][uU][aA])$ LUA\sProgram ^#!.*/lua
  147. include lua.syntax
  148.  
  149. file ..\*\\.([iI][dD][lL])$ CORBA\sIDL
  150. include idl.syntax
  151.  
  152. file Don_t_match_me Mail\sfolder ^(From|Return-(P|p)ath:|From:|Date:)\s
  153. include mail.syntax
  154.  
  155. file sources.list$ sources\slist
  156. include debian-sources-list.syntax
  157.  
  158. file control$ Debian\scontrol\sfile
  159. include debian-control.syntax
  160.  
  161. file (rules|rocks)$ Debian\srules
  162. include makefile.syntax
  163.  
  164. file .\*changelog$ Debian\schangelog\sfile
  165. include debian-changelog.syntax
  166.  
  167. file changelog.Debian$ Debian\schangelog\sfile
  168. include debian-changelog.syntax
  169.  
  170. file .\*\\.dsc$ Debian\sdescriptiom\sfile
  171. include debian-description.syntax
  172.  
  173. file .\*\\.strace$ Strace\sdebug\soutput
  174. include strace.syntax
  175.  
  176. file .\*named.conf$ Bind9\sconfiguration
  177. include named.syntax
  178.  
  179. file ..\*\\.(hdl|vhdl|HDL|VHDL)$ VHDL\sProgram
  180. include vhdl.syntax
  181.  
  182. file ..\*\\.(S|asm)$ Assembler\sSource
  183. include asm.syntax
  184.  
  185. file \.procmailrc$ Procmail\sRC\sFile ^#/usr/bin/procmail
  186. include procmail.syntax
  187.  
  188. file .\* unknown
  189. include unknown.syntax
  190.